PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations.a3d Package / PDF3DAnimation Class
Methods


In This Topic
    PDF3DAnimation Class Members
    In This Topic

    The following tables list the members exposed by PDF3DAnimation.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Methods
     NameDescription
    Public MethodGets the COS animation.  
    Public MethodGets the play count. A non-negative integer represents the number of times the animation is played. A negative integer indicates that the animation is infinitely repeated. This value is ignored for animation types of PDF3DAnimationStyle.NONE  
    Public MethodGets the animation style.  
    Public MethodGets the time multiplier. A value greater than one shortens the time it takes to play the animation, or effectively speeds up the animation. This value is ignored for animation types of PDF3DAnimationStyle.NONE.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public MethodSets the play count. A non-negative integer represents the number of times the animation is played. A negative integer indicates that the animation is infinitely repeated. This value is ignored for animation types of PDF3DAnimationStyle.NONE  
    Public MethodSets the animation style.  
    Public MethodSets the time multiplier. A value greater than one shortens the time it takes to play the animation, or effectively speeds up the animation. This value is ignored for animation types of PDF3DAnimationStyle.NONE.  
    Top
    See Also